golang.org/x/tools/internal/gcimporter.exporter.string (method)

15 uses

	golang.org/x/tools/internal/gcimporter (current package)
		bexport.go#L194: 	p.string(pkg.Name())
		bexport.go#L196: 		p.string("")
		bexport.go#L198: 		p.string(pkg.Path())
		bexport.go#L265: 		p.string(file[n:]) // write suffix only
		bexport.go#L294: 	p.string(obj.Name())
		bexport.go#L408: 		p.string(name)
		bexport.go#L443: 		p.string(t.Tag(i))
		bexport.go#L483: 	p.string(m.Name())
		bexport.go#L511: 			p.string("@")
		bexport.go#L515: 	p.string(name)
		bexport.go#L550: 			p.string(name)
		bexport.go#L555: 		p.string("") // no compiler-specific info
		bexport.go#L595: 		p.string(constant.StringVal(x))
		bexport.go#L648: 	p.string(string(mant.Bytes()))
		bexport.go#L718: func (p *exporter) string(s string) {